net/http.response.wroteContinue (field)
4 uses
net/http (current package)
server.go#L424: wroteContinue bool // 100 Continue response was written
server.go#L904: if !w.wroteContinue && w.canWriteContinue.isSet() && !w.conn.hijacked() {
server.go#L905: w.wroteContinue = true
server.go#L1348: if bdy.resp.wroteContinue {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)